a11y: Don't use signals
authorBenjamin Otte <otte@redhat.com>
Fri, 7 Mar 2014 20:45:18 +0000 (21:45 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 13 Mar 2014 01:02:50 +0000 (02:02 +0100)
commit66fae0330c5cdb68f50699ff2645ff0cf112911e
treef3108e25668f44b349da6609afcb3b8199b71ce0
parent1ff2161431f7642e8435087b093679dd8edf57e6
a11y: Don't use signals

Instead, call functions directly. Fixes the fact that the signals
weren't disconnected even when the accessible was destroyed.

https://bugzilla.gnome.org/show_bug.cgi?id=725733
gtk/a11y/gtkcontaineraccessible.c
gtk/a11y/gtkcontaineraccessibleprivate.h
gtk/gtkcontainer.c